Skip to content

[RFC] Move input field uniqueness validator#95

Merged
leebyron merged 1 commit intomasterfrom
unique-input-fields
Sep 24, 2015
Merged

[RFC] Move input field uniqueness validator#95
leebyron merged 1 commit intomasterfrom
unique-input-fields

Conversation

@leebyron
Copy link
Copy Markdown
Collaborator

This proposes moving input field uniqueness assertion from the parser to the validator. This simplifies the parser and allows these errors to be reported as part of the collection of validation errors which is actually more valuable.

This removes the only example of a non-grammar syntax error from the language, which simplifies implementations.

This proposes moving input field uniqueness assertion from the parser to the validator. This simplifies the parser and allows these errors to be reported as part of the collection of validation errors which is actually more valuable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants